PDF4Java Reference Documentation
com.o2sol.pdf4java.annotations Package / PDFScreenAnnotation Class / setMovieFile Method
The file name associated with the getMoviePayload
In This Topic
    setMovieFile Method
    In This Topic
    Sets the movie file name.
    Syntax
    public void setMovieFile( 
       java.lang.String movieFile
    )

    Parameters

    movieFile
    The file name associated with the getMoviePayload
    Exceptions
    ExceptionDescription
    When movieFile is null or empty.
    See Also